home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / PHP.sch < prev    next >
Text File  |  2004-01-06  |  74KB  |  1,496 lines

  1. object TPersHolder
  2.   P.Name = 'PHP'
  3.   P.Extensions.Strings = (
  4.     'php;php3;php4;phtml;inc')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIIdentifier = 19
  10.       UseMultiLineComments = True
  11.       BlockDelimiters = <>
  12.       MultiLineCommentDelimiters = <
  13.         item
  14.           FontID = 58
  15.           LeftDelimiter = '<!---'
  16.           RightDelimiter = '--->'
  17.         end
  18.         item
  19.           FontID = 3
  20.           LeftDelimiter = '<!--'
  21.           RightDelimiter = '-->'
  22.         end>
  23.     end
  24.     item
  25.       Name = 'JS'
  26.       ID = 4
  27.       ParentID = 0
  28.       FIText = 24
  29.       FIIntNum = 29
  30.       FIFloatNum = 30
  31.       FIHexNum = 31
  32.       FISymbol = 13
  33.       UseSymbols = True
  34.       UseComments = True
  35.       UseSingleLineComments = True
  36.       UseMultiLineComments = True
  37.       UseStrings = True
  38.       UseSingleLineStrings = True
  39.       UseNumbers = True
  40.       UseKeywords = True
  41.       BlockDelimiters = <
  42.         item
  43.           LeftDelimiter = '<SCRIPT LANGUAGE=javascript'
  44.           RightDelimiter = '</SCRIPT>'
  45.           DelimitersArePartOfBlock = True
  46.         end>
  47.       SingleLineCommentDelimiters = <
  48.         item
  49.           FontID = 25
  50.           LeftDelimiter = '//'
  51.         end>
  52.       MultiLineCommentDelimiters = <
  53.         item
  54.           FontID = 12
  55.           LeftDelimiter = '/*'
  56.           RightDelimiter = '*/'
  57.         end>
  58.       SingleLineStringDelimiters = <
  59.         item
  60.           FontID = 26
  61.           LeftDelimiter = #39
  62.           RightDelimiter = #39
  63.         end
  64.         item
  65.           FontID = 27
  66.           LeftDelimiter = '"'
  67.           RightDelimiter = '"'
  68.         end>
  69.       KeywordSets = <
  70.         item
  71.           FontID = 28
  72.           Name = 'KeyWord'
  73.           Keywords = 
  74.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  75.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  76.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  77.             'id,while,with'
  78.         end
  79.         item
  80.           FontID = 11
  81.           Name = 'func'
  82.           Keywords = 'alert'
  83.         end>
  84.     end
  85.     item
  86.       Name = 'PHP'
  87.       ID = 8
  88.       ParentID = 0
  89.       UseMetaSymbol = True
  90.       UseMetaToWrapLines = True
  91.       MetaSymbol = '\'
  92.       FIText = 4
  93.       FIIntNum = 21
  94.       FIFloatNum = 23
  95.       FIHexNum = 32
  96.       FISymbol = 42
  97.       UseSymbols = True
  98.       UseComments = True
  99.       UseSingleLineComments = True
  100.       UseMultiLineComments = True
  101.       UseFullLineComments = True
  102.       UseStrings = True
  103.       UseSingleLineStrings = True
  104.       UseMultiLineStrings = True
  105.       UseNumbers = True
  106.       UsePrefixedIdentifiers = True
  107.       UseKeywords = True
  108.       BlockDelimiters = <
  109.         item
  110.           LeftDelimiter = '<?php'
  111.           RightDelimiter = '?>'
  112.           DelimitersArePartOfBlock = True
  113.         end
  114.         item
  115.           LeftDelimiter = '<?'
  116.           RightDelimiter = '?>'
  117.           DelimitersArePartOfBlock = True
  118.         end
  119.         item
  120.           LeftDelimiter = '<%'
  121.           RightDelimiter = '%>'
  122.         end>
  123.       SingleLineCommentDelimiters = <
  124.         item
  125.           FontID = 9
  126.           LeftDelimiter = '//'
  127.         end
  128.         item
  129.           FontID = 22
  130.           LeftDelimiter = '#'
  131.         end>
  132.       MultiLineCommentDelimiters = <
  133.         item
  134.           FontID = 20
  135.           LeftDelimiter = '/*'
  136.           RightDelimiter = '*/'
  137.         end>
  138.       FullLineCommentDelimiters = <>
  139.       SingleLineStringDelimiters = <
  140.         item
  141.           FontID = 5
  142.           LeftDelimiter = '"'
  143.           RightDelimiter = '"'
  144.         end
  145.         item
  146.           FontID = 43
  147.           LeftDelimiter = #39
  148.           RightDelimiter = #39
  149.         end>
  150.       MultiLineStringDelimiters = <
  151.         item
  152.           FontID = 38
  153.           LeftDelimiter = '"'
  154.           RightDelimiter = '"'
  155.         end
  156.         item
  157.           FontID = 44
  158.           LeftDelimiter = #39
  159.           RightDelimiter = #39
  160.         end>
  161.       IdentPrefixes = <
  162.         item
  163.           LeftDelimiter = '$'
  164.         end>
  165.       KeywordSets = <
  166.         item
  167.           FontID = 37
  168.           Name = 'KeyWords'
  169.           Keywords = 
  170.             '$argc,$argv,$HTTP_COOKIE_VARS,$HTTP_ENV_VARS,$HTTP_GET_VARS,$HTT' +
  171.             'P_POST_FILES,$HTTP_POST_VARS,$HTTP_SERVER_VARS,$PHP_SELF,$this,;' +
  172.             ',__FILE__,__LINE__,__sleep,__wakeup,and,as,break,case,cfunction,' +
  173.             'class,continue,declare,default,die,do,E_ALL,E_COMPILE_ERROR,E_CO' +
  174.             'MPILE_WARNING,E_CORE_ERROR,E_CORE_WARNING,E_ERROR,E_NOTICE,E_PAR' +
  175.             'SE,E_USER_ERROR,E_USER_NOTICE,E_USER_WARNING,E_WARNING,echo,else' +
  176.             ',elseif,empty,enddeclare,endfor,endforeach,endif,endswitch,endwh' +
  177.             'ile,eval,exit,extends,false,for,foreach,function,global,if,inclu' +
  178.             'de,include_once,list,new,not,NULL,old_function,or,parent,PHP_OS,' +
  179.             'PHP_VERSION,print,require,require_once,return,static,stdClass,sw' +
  180.             'itch,true,var,virtual,while,xor'
  181.         end
  182.         item
  183.           FontID = 45
  184.           Name = 'Functions'
  185.           Keywords = 
  186.             'abs,acos,acosh,addcslashes,addslashes,apache_child_terminate,apa' +
  187.             'che_lookup_uri,apache_note,apache_setenv,array,array_change_key_' +
  188.             'case,array_chunk,array_count_values,array_diff,array_fill,array_' +
  189.             'filter,array_flip,array_intersect,array_key_exists,array_keys,ar' +
  190.             'ray_map,array_merge,array_merge_recursive,array_multisort,array_' +
  191.             'pad,array_pop,array_push,array_rand,array_reduce,array_reverse,a' +
  192.             'rray_search,array_shift,array_slice,array_splice,array_sum,array' +
  193.             '_unique,array_unshift,array_values,array_walk,arsort,ascii2ebcdi' +
  194.             'c,asin,asinh,asort,aspell_check,aspell_check_raw,aspell_new,aspe' +
  195.             'll_suggest,assert,assert_options,atan,atan2,atanh,base_convert,b' +
  196.             'ase64_decode,base64_encode,basename,bcadd,bccomp,bcdiv,bcmod,bcm' +
  197.             'ul,bcpow,bcscale,bcsqrt,bcsub,bin2hex,bind_textdomain_codeset,bi' +
  198.             'ndec,bindtextdomain,bzclose,bzcompress,bzdecompress,bzerrno,bzer' +
  199.             'ror,bzerrstr,bzflush,bzopen,bzread,bzwrite,cal_days_in_month,cal' +
  200.             '_from_jd,cal_info,cal_to_jd,call_user_func,call_user_func_array,' +
  201.             'call_user_method,call_user_method_array,ccvs_add,ccvs_auth,ccvs_' +
  202.             'command,ccvs_count,ccvs_delete,ccvs_done,ccvs_init,ccvs_lookup,c' +
  203.             'cvs_new,ccvs_report,ccvs_return,ccvs_reverse,ccvs_sale,ccvs_stat' +
  204.             'us,ccvs_textvalue,ccvs_void,ceil,chdir,checkdate,checkdnsrr,chgr' +
  205.             'p,chmod,chop,chown,chr,chroot,chunk_split,class_exists,clearstat' +
  206.             'cache,closedir,closelog,com,com_addref,com_get,com_invoke,com_is' +
  207.             'enum,com_load,com_load_typelib,com_propget,com_propput,com_props' +
  208.             'et,com_release,com_set,compact,connection_aborted,connection_sta' +
  209.             'tus,connection_timeout,constant,convert_cyr_string,copy,cos,cosh' +
  210.             ',count,count_chars,cpdf_add_annotation,cpdf_add_outline,cpdf_arc' +
  211.             ',cpdf_begin_text,cpdf_circle,cpdf_clip,cpdf_close,cpdf_closepath' +
  212.             ',cpdf_closepath_fill_stroke,cpdf_closepath_stroke,cpdf_continue_' +
  213.             'text,cpdf_curveto,cpdf_end_text,cpdf_fill,cpdf_fill_stroke,cpdf_' +
  214.             'finalize,cpdf_finalize_page,cpdf_global_set_document_limits,cpdf' +
  215.             '_import_jpeg,cpdf_lineto,cpdf_moveto,cpdf_newpath,cpdf_open,cpdf' +
  216.             '_output_buffer,cpdf_page_init,cpdf_place_inline_image,cpdf_rect,' +
  217.             'cpdf_restore,cpdf_rlineto,cpdf_rmoveto,cpdf_rotate,cpdf_rotate_t' +
  218.             'ext,cpdf_save,cpdf_save_to_file,cpdf_scale,cpdf_set_action_url,c' +
  219.             'pdf_set_char_spacing,cpdf_set_creator,cpdf_set_current_page,cpdf' +
  220.             '_set_font,cpdf_set_font_directories,cpdf_set_font_map_file,cpdf_' +
  221.             'set_horiz_scaling,cpdf_set_keywords,cpdf_set_leading,cpdf_set_pa' +
  222.             'ge_animation,cpdf_set_subject,cpdf_set_text_matrix,cpdf_set_text' +
  223.             '_pos,cpdf_set_text_rendering,cpdf_set_text_rise,cpdf_set_title,c' +
  224.             'pdf_set_viewer_preferences,cpdf_set_word_spacing,cpdf_setdash,cp' +
  225.             'df_setflat,cpdf_setgray,cpdf_setgray_fill,cpdf_setgray_stroke,cp' +
  226.             'df_setlinecap,cpdf_setlinejoin,cpdf_setlinewidth,cpdf_setmiterli' +
  227.             'mit,cpdf_setrgbcolor,cpdf_setrgbcolor_fill,cpdf_setrgbcolor_stro' +
  228.             'ke,cpdf_show,cpdf_show_xy,cpdf_stringwidth,cpdf_stroke,cpdf_text' +
  229.             ',cpdf_translate,crack_check,crack_closedict,crack_getlastmessage' +
  230.             ',crack_opendict,crc32,create_function,crypt,ctype_alnum,ctype_al' +
  231.             'pha,ctype_cntrl,ctype_digit,ctype_graph,ctype_lower,ctype_print,' +
  232.             'ctype_punct,ctype_space,ctype_upper,ctype_xdigit,curl_close,curl' +
  233.             '_errno,curl_error,curl_exec,curl_getinfo,curl_init,curl_setopt,c' +
  234.             'url_version,current,cybercash_base64_decode,cybercash_base64_enc' +
  235.             'ode,cybercash_decr,cybercash_encr,cybermut_creerformulairecm,cyb' +
  236.             'ermut_creerreponsecm,cybermut_testmac,cyrus_authenticate,cyrus_b' +
  237.             'ind,cyrus_close,cyrus_connect,cyrus_query,cyrus_unbind,date,dba_' +
  238.             'close,dba_delete,dba_exists,dba_fetch,dba_firstkey,dba_insert,db' +
  239.             'a_nextkey,dba_open,dba_optimize,dba_popen,dba_replace,dba_sync,d' +
  240.             'base_add_record,dbase_close,dbase_create,dbase_delete_record,dba' +
  241.             'se_get_record,dbase_get_record_with_names,dbase_numfields,dbase_' +
  242.             'numrecords,dbase_open,dbase_pack,dbase_replace_record,dblist,dbm' +
  243.             'close,dbmdelete,dbmexists,dbmfetch,dbmfirstkey,dbminsert,dbmnext' +
  244.             'key,dbmopen,dbmreplace,dbplus_add,dbplus_aql,dbplus_chdir,dbplus' +
  245.             '_close,dbplus_curr,dbplus_errcode,dbplus_errno,dbplus_find,dbplu' +
  246.             's_first,dbplus_flush,dbplus_freealllocks,dbplus_freelock,dbplus_' +
  247.             'freerlocks,dbplus_getlock,dbplus_getunique,dbplus_info,dbplus_la' +
  248.             'st,dbplus_lockrel,dbplus_next,dbplus_open,dbplus_prev,dbplus_rch' +
  249.             'perm,dbplus_rcreate,dbplus_rcrtexact,dbplus_rcrtlike,dbplus_reso' +
  250.             'lve,dbplus_restorepos,dbplus_rkeys,dbplus_ropen,dbplus_rquery,db' +
  251.             'plus_rrename,dbplus_rsecindex,dbplus_runlink,dbplus_rzap,dbplus_' +
  252.             'savepos,dbplus_setindex,dbplus_setindexbynumber,dbplus_sql,dbplu' +
  253.             's_tcl,dbplus_tremove,dbplus_undo,dbplus_undoprepare,dbplus_unloc' +
  254.             'krel,dbplus_unselect,dbplus_update,dbplus_xlockrel,dbplus_xunloc' +
  255.             'krel,dbx_close,dbx_compare,dbx_connect,dbx_error,dbx_query,dbx_s' +
  256.             'ort,dcgettext,dcngettext,debugger_off,debugger_on,decbin,dechex,' +
  257.             'decoct,define,define_syslog_variables,defined,deg2rad,delete,dge' +
  258.             'ttext,die,dio_close,dio_fcntl,dio_open,dio_read,dio_seek,dio_sta' +
  259.             't,dio_truncate,dio_write,dir,dirname,disk_free_space,disk_total_' +
  260.             'space,diskfreespace,dl,dngettext,domattribute_name,domattribute_' +
  261.             'specified,domattribute_value,domdocument_add_root,domdocument_cr' +
  262.             'eate_attribute,domdocument_create_cdata_section,domdocument_crea' +
  263.             'te_comment,domdocument_create_element,domdocument_create_entity_' +
  264.             'reference,domdocument_create_processing_instruction,domdocument_' +
  265.             'create_text_node,domdocument_doctype,domdocument_document_elemen' +
  266.             't,domdocument_dump_file,domdocument_dump_mem,domdocument_get_ele' +
  267.             'ment_by_id,domdocument_get_elements_by_tagname,domdocument_html_' +
  268.             'dump_mem,domdocumenttype_entities,domdocumenttype_internal_subse' +
  269.             't,domdocumenttype_name,domdocumenttype_notations,domdocumenttype' +
  270.             '_public_id,domdocumenttype_system_id,domelement_get_attribute,do' +
  271.             'melement_get_attribute_node,domelement_get_elements_by_tagname,d' +
  272.             'omelement_has_attribute,domelement_remove_attribute,domelement_s' +
  273.             'et_attribute,domelement_set_attribute_node,domelement_tagname,do' +
  274.             'mnode_append_child,domnode_attributes,domnode_child_nodes,domnod' +
  275.             'e_clone_node,domnode_dump_node,domnode_first_child,domnode_get_c' +
  276.             'ontent,domnode_has_attributes,domnode_has_child_nodes,domnode_in' +
  277.             'sert_before,domnode_is_blank_node,domnode_last_child,domnode_nex' +
  278.             't_sibling,domnode_node_name,domnode_node_type,domnode_node_value' +
  279.             ',domnode_owner_document,domnode_parent_node,domnode_prefix,domno' +
  280.             'de_previous_sibling,domnode_remove_child,domnode_replace_node,do' +
  281.             'mnode_set_content,domnode_set_name,domnode_unlink_node,domproces' +
  282.             'singinstruction_data,domprocessinginstruction_target,domxml_new_' +
  283.             'doc,domxml_open_file,domxml_open_mem,domxml_version,domxml_xmltr' +
  284.             'ee,dotnet_load,doubleval,each,easter_date,easter_days,ebcdic2asc' +
  285.             'ii,echo,empty,end,ereg,ereg_replace,eregi,eregi_replace,error_lo' +
  286.             'g,error_reporting,escapeshellarg,escapeshellcmd,eval,exec,exif_i' +
  287.             'magetype,exif_read_data,exif_thumbnail,exit,exp,explode,expm1,ex' +
  288.             'tension_loaded,extract,ezmlm_hash,fbsql_affected_rows,fbsql_auto' +
  289.             'commit,fbsql_change_user,fbsql_close,fbsql_commit,fbsql_connect,' +
  290.             'fbsql_create_blob,fbsql_create_clob,fbsql_create_db,fbsql_data_s' +
  291.             'eek,fbsql_database,fbsql_database_password,fbsql_db_query,fbsql_' +
  292.             'db_status,fbsql_drop_db,fbsql_errno,fbsql_error,fbsql_fetch_arra' +
  293.             'y,fbsql_fetch_assoc,fbsql_fetch_field,fbsql_fetch_lengths,fbsql_' +
  294.             'fetch_object,fbsql_fetch_row,fbsql_field_flags,fbsql_field_len,f' +
  295.             'bsql_field_name,fbsql_field_seek,fbsql_field_table,fbsql_field_t' +
  296.             'ype,fbsql_free_result,fbsql_get_autostart_info,fbsql_hostname,fb' +
  297.             'sql_insert_id,fbsql_list_dbs,fbsql_list_fields,fbsql_list_tables' +
  298.             ',fbsql_next_result,fbsql_num_fields,fbsql_num_rows,fbsql_passwor' +
  299.             'd,fbsql_pconnect,fbsql_query,fbsql_read_blob,fbsql_read_clob,fbs' +
  300.             'ql_result,fbsql_rollback,fbsql_select_db,fbsql_set_lob_mode,fbsq' +
  301.             'l_set_transaction,fbsql_start_db,fbsql_stop_db,fbsql_tablename,f' +
  302.             'bsql_username,fbsql_warnings,fclose,fdf_add_template,fdf_close,f' +
  303.             'df_create,fdf_get_file,fdf_get_status,fdf_get_value,fdf_next_fie' +
  304.             'ld_name,fdf_open,fdf_save,fdf_set_ap,fdf_set_encoding,fdf_set_fi' +
  305.             'le,fdf_set_flags,fdf_set_javascript_action,fdf_set_opt,fdf_set_s' +
  306.             'tatus,fdf_set_submit_form_action,fdf_set_value,feof,fflush,fgetc' +
  307.             ',fgetcsv,fgets,fgetss,file,file_exists,file_get_contents,file_ge' +
  308.             't_wrapper_data,file_register_wrapper,fileatime,filectime,filegro' +
  309.             'up,fileinode,filemtime,fileowner,fileperms,filepro,filepro_field' +
  310.             'count,filepro_fieldname,filepro_fieldtype,filepro_fieldwidth,fil' +
  311.             'epro_retrieve,filepro_rowcount,filesize,filetype,floatval,flock,' +
  312.             'floor,flush,fopen,fpassthru,fputs,fread,frenchtojd,fribidi_log2v' +
  313.             'is,fscanf,fseek,fsockopen,fstat,ftell,ftok,ftp_cdup,ftp_chdir,ft' +
  314.             'p_close,ftp_connect,ftp_delete,ftp_exec,ftp_fget,ftp_fput,ftp_ge' +
  315.             't,ftp_get_option,ftp_login,ftp_mdtm,ftp_mkdir,ftp_nlist,ftp_pasv' +
  316.             ',ftp_put,ftp_pwd,ftp_quit,ftp_rawlist,ftp_rename,ftp_rmdir,ftp_s' +
  317.             'et_option,ftp_site,ftp_size,ftp_systype,ftruncate,func_get_arg,f' +
  318.             'unc_get_args,func_num_args,function_exists,fwrite,get_browser,ge' +
  319.             't_cfg_var,get_class,get_class_methods,get_class_vars,get_current' +
  320.             '_user,get_declared_classes,get_defined_constants,get_defined_fun' +
  321.             'ctions,get_defined_vars,get_extension_funcs,get_html_translation' +
  322.             '_table,get_included_files,get_loaded_extensions,get_magic_quotes' +
  323.             '_gpc,get_magic_quotes_runtime,get_meta_tags,get_object_vars,get_' +
  324.             'parent_class,get_required_files,get_resource_type,getallheaders,' +
  325.             'getcwd,getdate,getenv,gethostbyaddr,gethostbyname,gethostbynamel' +
  326.             ',getimagesize,getlastmod,getmxrr,getmygid,getmyinode,getmypid,ge' +
  327.             'tmyuid,getprotobyname,getprotobynumber,getrandmax,getrusage,gets' +
  328.             'ervbyname,getservbyport,gettext,gettimeofday,gettype,gmdate,gmmk' +
  329.             'time,gmp_abs,gmp_add,gmp_and,gmp_clrbit,gmp_cmp,gmp_com,gmp_div,' +
  330.             'gmp_div_q,gmp_div_qr,gmp_div_r,gmp_divexact,gmp_fact,gmp_gcd,gmp' +
  331.             '_gcdext,gmp_hamdist,gmp_init,gmp_intval,gmp_invert,gmp_jacobi,gm' +
  332.             'p_legendre,gmp_mod,gmp_mul,gmp_neg,gmp_or,gmp_perfect_square,gmp' +
  333.             '_popcount,gmp_pow,gmp_powm,gmp_prob_prime,gmp_random,gmp_scan0,g' +
  334.             'mp_scan1,gmp_setbit,gmp_sign,gmp_sqrt,gmp_sqrtrem,gmp_strval,gmp' +
  335.             '_sub,gmp_xor,gmstrftime,gregoriantojd,gzclose,gzcompress,gzdefla' +
  336.             'te,gzencode,gzeof,gzfile,gzgetc,gzgets,gzgetss,gzinflate,gzopen,' +
  337.             'gzpassthru,gzputs,gzread,gzrewind,gzseek,gztell,gzuncompress,gzw' +
  338.             'rite,header,headers_sent,hebrev,hebrevc,hexdec,highlight_file,hi' +
  339.             'ghlight_string,htmlentities,htmlspecialchars,hw_array2objrec,hw_' +
  340.             'changeobject,hw_children,hw_childrenobj,hw_close,hw_connect,hw_c' +
  341.             'onnection_info,hw_cp,hw_deleteobject,hw_docbyanchor,hw_docbyanch' +
  342.             'orobj,hw_document_attributes,hw_document_bodytag,hw_document_con' +
  343.             'tent,hw_document_setcontent,hw_document_size,hw_dummy,hw_edittex' +
  344.             't,hw_error,hw_errormsg,hw_free_document,hw_getanchors,hw_getanch' +
  345.             'orsobj,hw_getandlock,hw_getchildcoll,hw_getchildcollobj,hw_getch' +
  346.             'ilddoccoll,hw_getchilddoccollobj,hw_getobject,hw_getobjectbyquer' +
  347.             'y,hw_getobjectbyquerycoll,hw_getobjectbyquerycollobj,hw_getobjec' +
  348.             'tbyqueryobj,hw_getparents,hw_getparentsobj,hw_getrellink,hw_getr' +
  349.             'emote,hw_getremotechildren,hw_getsrcbydestobj,hw_gettext,hw_getu' +
  350.             'sername,hw_identify,hw_incollections,hw_info,hw_inscoll,hw_insdo' +
  351.             'c,hw_insertanchors,hw_insertdocument,hw_insertobject,hw_mapid,hw' +
  352.             '_modifyobject,hw_mv,hw_new_document,hw_objrec2array,hw_output_do' +
  353.             'cument,hw_pconnect,hw_pipedocument,hw_root,hw_setlinkroot,hw_sta' +
  354.             't,hw_unlock,hw_who,hypot,ibase_blob_add,ibase_blob_cancel,ibase_' +
  355.             'blob_close,ibase_blob_create,ibase_blob_echo,ibase_blob_get,ibas' +
  356.             'e_blob_import,ibase_blob_info,ibase_blob_open,ibase_close,ibase_' +
  357.             'commit,ibase_connect,ibase_errmsg,ibase_execute,ibase_fetch_obje' +
  358.             'ct,ibase_fetch_row,ibase_field_info,ibase_free_query,ibase_free_' +
  359.             'result,ibase_num_fields,ibase_pconnect,ibase_prepare,ibase_query' +
  360.             ',ibase_rollback,ibase_timefmt,ibase_trans,icap_close,icap_create' +
  361.             '_calendar,icap_delete_calendar,icap_delete_event,icap_fetch_even' +
  362.             't,icap_list_alarms,icap_list_events,icap_open,icap_rename_calend' +
  363.             'ar,icap_reopen,icap_snooze,icap_store_event,iconv,iconv_get_enco' +
  364.             'ding,iconv_set_encoding,ifx_affected_rows,ifx_blobinfile_mode,if' +
  365.             'x_byteasvarchar,ifx_close,ifx_connect,ifx_copy_blob,ifx_create_b' +
  366.             'lob,ifx_create_char,ifx_do,ifx_error,ifx_errormsg,ifx_fetch_row,' +
  367.             'ifx_fieldproperties,ifx_fieldtypes,ifx_free_blob,ifx_free_char,i' +
  368.             'fx_free_result,ifx_get_blob,ifx_get_char,ifx_getsqlca,ifx_htmltb' +
  369.             'l_result,ifx_nullformat,ifx_num_fields,ifx_num_rows,ifx_pconnect' +
  370.             ',ifx_prepare,ifx_query,ifx_textasvarchar,ifx_update_blob,ifx_upd' +
  371.             'ate_char,ifxus_close_slob,ifxus_create_slob,ifxus_free_slob,ifxu' +
  372.             's_open_slob,ifxus_read_slob,ifxus_seek_slob,ifxus_tell_slob,ifxu' +
  373.             's_write_slob,ignore_user_abort,image2wbmp,imagealphablending,ima' +
  374.             'gearc,imagechar,imagecharup,imagecolorallocate,imagecolorat,imag' +
  375.             'ecolorclosest,imagecolorclosestalpha,imagecolorclosesthwb,imagec' +
  376.             'olordeallocate,imagecolorexact,imagecolorexactalpha,imagecolorre' +
  377.             'solve,imagecolorresolvealpha,imagecolorset,imagecolorsforindex,i' +
  378.             'magecolorstotal,imagecolortransparent,imagecopy,imagecopymerge,i' +
  379.             'magecopymergegray,imagecopyresampled,imagecopyresized,imagecreat' +
  380.             'e,imagecreatefromgd,imagecreatefromgd2,imagecreatefromgd2part,im' +
  381.             'agecreatefromgif,imagecreatefromjpeg,imagecreatefrompng,imagecre' +
  382.             'atefromstring,imagecreatefromwbmp,imagecreatefromxbm,imagecreate' +
  383.             'fromxpm,imagecreatetruecolor,imagedashedline,imagedestroy,imagee' +
  384.             'llipse,imagefill,imagefilledarc,imagefilledellipse,imagefilledpo' +
  385.             'lygon,imagefilledrectangle,imagefilltoborder,imagefontheight,ima' +
  386.             'gefontwidth,imageftbbox,imagefttext,imagegammacorrect,imagegd,im' +
  387.             'agegd2,imagegif,imageinterlace,imagejpeg,imageline,imageloadfont' +
  388.             ',imagepalettecopy,imagepng,imagepolygon,imagepsbbox,imagepscopyf' +
  389.             'ont,imagepsencodefont,imagepsextendfont,imagepsfreefont,imagepsl' +
  390.             'oadfont,imagepsslantfont,imagepstext,imagerectangle,imagesetbrus' +
  391.             'h,imagesetpixel,imagesetstyle,imagesetthickness,imagesettile,ima' +
  392.             'gestring,imagestringup,imagesx,imagesy,imagetruecolortopalette,i' +
  393.             'magettfbbox,imagettftext,imagetypes,imagewbmp,imap_8bit,imap_ale' +
  394.             'rts,imap_append,imap_base64,imap_binary,imap_body,imap_bodystruc' +
  395.             't,imap_check,imap_clearflag_full,imap_close,imap_createmailbox,i' +
  396.             'map_delete,imap_deletemailbox,imap_errors,imap_expunge,imap_fetc' +
  397.             'h_overview,imap_fetchbody,imap_fetchheader,imap_fetchstructure,i' +
  398.             'map_get_quota,imap_getmailboxes,imap_getsubscribed,imap_header,i' +
  399.             'map_headerinfo,imap_headers,imap_last_error,imap_listmailbox,ima' +
  400.             'p_listsubscribed,imap_mail,imap_mail_compose,imap_mail_copy,imap' +
  401.             '_mail_move,imap_mailboxmsginfo,imap_mime_header_decode,imap_msgn' +
  402.             'o,imap_num_msg,imap_num_recent,imap_open,imap_ping,imap_popen,im' +
  403.             'ap_qprint,imap_renamemailbox,imap_reopen,imap_rfc822_parse_adrli' +
  404.             'st,imap_rfc822_parse_headers,imap_rfc822_write_address,imap_scan' +
  405.             'mailbox,imap_search,imap_set_quota,imap_setacl,imap_setflag_full' +
  406.             ',imap_sort,imap_status,imap_subscribe,imap_thread,imap_uid,imap_' +
  407.             'undelete,imap_unsubscribe,imap_utf7_decode,imap_utf7_encode,imap' +
  408.             '_utf8,implode,import_request_variables,in_array,include,include_' +
  409.             'once,ingres_autocommit,ingres_close,ingres_commit,ingres_connect' +
  410.             ',ingres_fetch_array,ingres_fetch_object,ingres_fetch_row,ingres_' +
  411.             'field_length,ingres_field_name,ingres_field_nullable,ingres_fiel' +
  412.             'd_precision,ingres_field_scale,ingres_field_type,ingres_num_fiel' +
  413.             'ds,ingres_num_rows,ingres_pconnect,ingres_query,ingres_rollback,' +
  414.             'ini_alter,ini_get,ini_get_all,ini_restore,ini_set,intval,ip2long' +
  415.             ',iptcembed,iptcparse,ircg_channel_mode,ircg_disconnect,ircg_fetc' +
  416.             'h_error_msg,ircg_get_username,ircg_html_encode,ircg_ignore_add,i' +
  417.             'rcg_ignore_del,ircg_is_conn_alive,ircg_join,ircg_kick,ircg_looku' +
  418.             'p_format_messages,ircg_msg,ircg_nick,ircg_nickname_escape,ircg_n' +
  419.             'ickname_unescape,ircg_notice,ircg_part,ircg_pconnect,ircg_regist' +
  420.             'er_format_messages,ircg_set_current,ircg_set_file,ircg_set_on_di' +
  421.             'e,ircg_topic,ircg_whois,is_a,is_array,is_bool,is_callable,is_dir' +
  422.             ',is_double,is_executable,is_file,is_finite,is_float,is_infinite,' +
  423.             'is_int,is_integer,is_link,is_long,is_nan,is_null,is_numeric,is_o' +
  424.             'bject,is_readable,is_real,is_resource,is_scalar,is_string,is_sub' +
  425.             'class_of,is_uploaded_file,is_writable,is_writeable,isset,java_la' +
  426.             'st_exception_clear,java_last_exception_get,jddayofweek,jdmonthna' +
  427.             'me,jdtofrench,jdtogregorian,jdtojewish,jdtojulian,jdtounix,jewis' +
  428.             'htojd,join,jpeg2wbmp,juliantojd,key,krsort,ksort,lcg_value,ldap_' +
  429.             '8859_to_t61,ldap_add,ldap_bind,ldap_close,ldap_compare,ldap_conn' +
  430.             'ect,ldap_count_entries,ldap_delete,ldap_dn2ufn,ldap_err2str,ldap' +
  431.             '_errno,ldap_error,ldap_explode_dn,ldap_first_attribute,ldap_firs' +
  432.             't_entry,ldap_first_reference,ldap_free_result,ldap_get_attribute' +
  433.             's,ldap_get_dn,ldap_get_entries,ldap_get_option,ldap_get_values,l' +
  434.             'dap_get_values_len,ldap_list,ldap_mod_add,ldap_mod_del,ldap_mod_' +
  435.             'replace,ldap_modify,ldap_next_attribute,ldap_next_entry,ldap_nex' +
  436.             't_reference,ldap_parse_reference,ldap_parse_result,ldap_read,lda' +
  437.             'p_rename,ldap_search,ldap_set_option,ldap_set_rebind_proc,ldap_s' +
  438.             'ort,ldap_start_tls,ldap_t61_to_8859,ldap_unbind,leak,levenshtein' +
  439.             ',link,linkinfo,list,localeconv,localtime,log,log10,log1p,long2ip' +
  440.             ',lstat,ltrim,mail,mailparse_determine_best_xfer_encoding,mailpar' +
  441.             'se_msg_create,mailparse_msg_extract_part,mailparse_msg_extract_p' +
  442.             'art_file,mailparse_msg_free,mailparse_msg_get_part,mailparse_msg' +
  443.             '_get_part_data,mailparse_msg_get_structure,mailparse_msg_parse,m' +
  444.             'ailparse_msg_parse_file,mailparse_rfc822_parse_addresses,mailpar' +
  445.             'se_stream_encode,mailparse_uudecode_all,max,mb_convert_encoding,' +
  446.             'mb_convert_kana,mb_convert_variables,mb_decode_mimeheader,mb_dec' +
  447.             'ode_numericentity,mb_detect_encoding,mb_detect_order,mb_encode_m' +
  448.             'imeheader,mb_encode_numericentity,mb_ereg,mb_ereg_match,mb_ereg_' +
  449.             'replace,mb_ereg_search,mb_ereg_search_getpos,mb_ereg_search_getr' +
  450.             'egs,mb_ereg_search_init,mb_ereg_search_pos,mb_ereg_search_regs,m' +
  451.             'b_ereg_search_setpos,mb_eregi,mb_eregi_replace,mb_get_info,mb_ht' +
  452.             'tp_input,mb_http_output,mb_internal_encoding,mb_language,mb_outp' +
  453.             'ut_handler,mb_parse_str,mb_preferred_mime_name,mb_regex_encoding' +
  454.             ',mb_send_mail,mb_split,mb_strcut,mb_strimwidth,mb_strlen,mb_strp' +
  455.             'os,mb_strrpos,mb_strwidth,mb_substitute_character,mb_substr,mcal' +
  456.             '_append_event,mcal_close,mcal_create_calendar,mcal_date_compare,' +
  457.             'mcal_date_valid,mcal_day_of_week,mcal_day_of_year,mcal_days_in_m' +
  458.             'onth,mcal_delete_calendar,mcal_delete_event,mcal_event_add_attri' +
  459.             'bute,mcal_event_init,mcal_event_set_alarm,mcal_event_set_categor' +
  460.             'y,mcal_event_set_class,mcal_event_set_description,mcal_event_set' +
  461.             '_end,mcal_event_set_recur_daily,mcal_event_set_recur_monthly_mda' +
  462.             'y,mcal_event_set_recur_monthly_wday,mcal_event_set_recur_none,mc' +
  463.             'al_event_set_recur_weekly,mcal_event_set_recur_yearly,mcal_event' +
  464.             '_set_start,mcal_event_set_title,mcal_expunge,mcal_fetch_current_' +
  465.             'stream_event,mcal_fetch_event,mcal_is_leap_year,mcal_list_alarms' +
  466.             ',mcal_list_events,mcal_next_recurrence,mcal_open,mcal_popen,mcal' +
  467.             '_rename_calendar,mcal_reopen,mcal_snooze,mcal_store_event,mcal_t' +
  468.             'ime_valid,mcal_week_of_year,mcrypt_cbc,mcrypt_cfb,mcrypt_create_' +
  469.             'iv,mcrypt_decrypt,mcrypt_ecb,mcrypt_enc_get_algorithms_name,mcry' +
  470.             'pt_enc_get_block_size,mcrypt_enc_get_iv_size,mcrypt_enc_get_key_' +
  471.             'size,mcrypt_enc_get_modes_name,mcrypt_enc_get_supported_key_size' +
  472.             's,mcrypt_enc_is_block_algorithm,mcrypt_enc_is_block_algorithm_mo' +
  473.             'de,mcrypt_enc_is_block_mode,mcrypt_enc_self_test,mcrypt_encrypt,' +
  474.             'mcrypt_generic,mcrypt_generic_deinit,mcrypt_generic_end,mcrypt_g' +
  475.             'eneric_init,mcrypt_get_block_size,mcrypt_get_cipher_name,mcrypt_' +
  476.             'get_iv_size,mcrypt_get_key_size,mcrypt_list_algorithms,mcrypt_li' +
  477.             'st_modes,mcrypt_module_close,mcrypt_module_get_algo_block_size,m' +
  478.             'crypt_module_get_algo_key_size,mcrypt_module_get_supported_key_s' +
  479.             'izes,mcrypt_module_is_block_algorithm,mcrypt_module_is_block_alg' +
  480.             'orithm_mode,mcrypt_module_is_block_mode,mcrypt_module_open,mcryp' +
  481.             't_module_self_test,mcrypt_ofb,md5,md5_file,mdecrypt_generic,meta' +
  482.             'phone,method_exists,mhash,mhash_count,mhash_get_block_size,mhash' +
  483.             '_get_hash_name,mhash_keygen_s2k,microtime,min,ming_setcubicthres' +
  484.             'hold,ming_setscale,ming_useswfversion,mkdir,mktime,move_uploaded' +
  485.             '_file,msession_connect,msession_count,msession_create,msession_d' +
  486.             'estroy,msession_disconnect,msession_find,msession_get,msession_g' +
  487.             'et_array,msession_getdata,msession_inc,msession_list,msession_li' +
  488.             'stvar,msession_lock,msession_plugin,msession_randstr,msession_se' +
  489.             't,msession_set_array,msession_setdata,msession_timeout,msession_' +
  490.             'uniq,msession_unlock,msql,msql_affected_rows,msql_close,msql_con' +
  491.             'nect,msql_create_db,msql_createdb,msql_data_seek,msql_dbname,msq' +
  492.             'l_drop_db,msql_dropdb,msql_error,msql_fetch_array,msql_fetch_fie' +
  493.             'ld,msql_fetch_object,msql_fetch_row,msql_field_seek,msql_fieldfl' +
  494.             'ags,msql_fieldlen,msql_fieldname,msql_fieldtable,msql_fieldtype,' +
  495.             'msql_free_result,msql_freeresult,msql_list_dbs,msql_list_fields,' +
  496.             'msql_list_tables,msql_listdbs,msql_listfields,msql_listtables,ms' +
  497.             'ql_num_fields,msql_num_rows,msql_numfields,msql_numrows,msql_pco' +
  498.             'nnect,msql_query,msql_regcase,msql_result,msql_select_db,msql_se' +
  499.             'lectdb,msql_tablename,mssql_bind,mssql_close,mssql_connect,mssql' +
  500.             '_data_seek,mssql_execute,mssql_fetch_array,mssql_fetch_assoc,mss' +
  501.             'ql_fetch_batch,mssql_fetch_field,mssql_fetch_object,mssql_fetch_' +
  502.             'row,mssql_field_length,mssql_field_name,mssql_field_seek,mssql_f' +
  503.             'ield_type,mssql_free_result,mssql_get_last_message,mssql_guid_st' +
  504.             'ring,mssql_init,mssql_min_error_severity,mssql_min_message_sever' +
  505.             'ity,mssql_next_result,mssql_num_fields,mssql_num_rows,mssql_pcon' +
  506.             'nect,mssql_query,mssql_result,mssql_rows_affected,mssql_select_d' +
  507.             'b,mt_getrandmax,mt_rand,mt_srand,muscat_close,muscat_get,muscat_' +
  508.             'give,muscat_setup,muscat_setup_net,mysql_affected_rows,mysql_cha' +
  509.             'nge_user,mysql_character_set_name,mysql_close,mysql_connect,mysq' +
  510.             'l_create_db,mysql_data_seek,mysql_db_name,mysql_db_query,mysql_d' +
  511.             'rop_db,mysql_errno,mysql_error,mysql_escape_string,mysql_fetch_a' +
  512.             'rray,mysql_fetch_assoc,mysql_fetch_field,mysql_fetch_lengths,mys' +
  513.             'ql_fetch_object,mysql_fetch_row,mysql_field_flags,mysql_field_le' +
  514.             'n,mysql_field_name,mysql_field_seek,mysql_field_table,mysql_fiel' +
  515.             'd_type,mysql_free_result,mysql_get_client_info,mysql_get_host_in' +
  516.             'fo,mysql_get_proto_info,mysql_get_server_info,mysql_info,mysql_i' +
  517.             'nsert_id,mysql_list_dbs,mysql_list_fields,mysql_list_processes,m' +
  518.             'ysql_list_tables,mysql_num_fields,mysql_num_rows,mysql_pconnect,' +
  519.             'mysql_ping,mysql_query,mysql_real_escape_string,mysql_result,mys' +
  520.             'ql_select_db,mysql_stat,mysql_tablename,mysql_thread_id,mysql_un' +
  521.             'buffered_query,natcasesort,natsort,ncurses_addch,ncurses_addchns' +
  522.             'tr,ncurses_addchstr,ncurses_addnstr,ncurses_addstr,ncurses_assum' +
  523.             'e_default_colors,ncurses_attroff,ncurses_attron,ncurses_attrset,' +
  524.             'ncurses_baudrate,ncurses_beep,ncurses_bkgd,ncurses_bkgdset,ncurs' +
  525.             'es_border,ncurses_can_change_color,ncurses_cbreak,ncurses_clear,' +
  526.             'ncurses_clrtobot,ncurses_clrtoeol,ncurses_color_set,ncurses_curs' +
  527.             '_set,ncurses_def_prog_mode,ncurses_def_shell_mode,ncurses_define' +
  528.             '_key,ncurses_delay_output,ncurses_delch,ncurses_deleteln,ncurses' +
  529.             '_delwin,ncurses_doupdate,ncurses_echo,ncurses_echochar,ncurses_e' +
  530.             'nd,ncurses_erase,ncurses_erasechar,ncurses_filter,ncurses_flash,' +
  531.             'ncurses_flushinp,ncurses_getch,ncurses_getmouse,ncurses_halfdela' +
  532.             'y,ncurses_has_colors,ncurses_has_ic,ncurses_has_il,ncurses_has_k' +
  533.             'ey,ncurses_hline,ncurses_inch,ncurses_init,ncurses_init_color,nc' +
  534.             'urses_init_pair,ncurses_insch,ncurses_insdelln,ncurses_insertln,' +
  535.             'ncurses_insstr,ncurses_instr,ncurses_isendwin,ncurses_keyok,ncur' +
  536.             'ses_killchar,ncurses_longname,ncurses_mouseinterval,ncurses_mous' +
  537.             'emask,ncurses_move,ncurses_mvaddch,ncurses_mvaddchnstr,ncurses_m' +
  538.             'vaddchstr,ncurses_mvaddnstr,ncurses_mvaddstr,ncurses_mvcur,ncurs' +
  539.             'es_mvdelch,ncurses_mvgetch,ncurses_mvhline,ncurses_mvinch,ncurse' +
  540.             's_mvvline,ncurses_mvwaddstr,ncurses_napms,ncurses_newwin,ncurses' +
  541.             '_nl,ncurses_nocbreak,ncurses_noecho,ncurses_nonl,ncurses_noqiflu' +
  542.             'sh,ncurses_noraw,ncurses_putp,ncurses_qiflush,ncurses_raw,ncurse' +
  543.             's_refresh,ncurses_resetty,ncurses_savetty,ncurses_scr_dump,ncurs' +
  544.             'es_scr_init,ncurses_scr_restore,ncurses_scr_set,ncurses_scrl,ncu' +
  545.             'rses_slk_attr,ncurses_slk_attroff,ncurses_slk_attron,ncurses_slk' +
  546.             '_attrset,ncurses_slk_clear,ncurses_slk_color,ncurses_slk_init,nc' +
  547.             'urses_slk_noutrefresh,ncurses_slk_refresh,ncurses_slk_restore,nc' +
  548.             'urses_slk_touch,ncurses_standend,ncurses_standout,ncurses_start_' +
  549.             'color,ncurses_termattrs,ncurses_termname,ncurses_timeout,ncurses' +
  550.             '_typeahead,ncurses_ungetch,ncurses_ungetmouse,ncurses_use_defaul' +
  551.             't_colors,ncurses_use_env,ncurses_use_extended_names,ncurses_vida' +
  552.             'ttr,ncurses_vline,ncurses_wrefresh,next,ngettext,nl_langinfo,nl2' +
  553.             'br,notes_body,notes_copy_db,notes_create_db,notes_create_note,no' +
  554.             'tes_drop_db,notes_find_note,notes_header_info,notes_list_msgs,no' +
  555.             'tes_mark_read,notes_mark_unread,notes_nav_create,notes_search,no' +
  556.             'tes_unread,notes_version,number_format,ob_clean,ob_end_clean,ob_' +
  557.             'end_flush,ob_flush,ob_get_contents,ob_get_length,ob_get_level,ob' +
  558.             '_gzhandler,ob_iconv_handler,ob_implicit_flush,ob_start,ocibindby' +
  559.             'name,ocicancel,ocicollappend,ocicollassign,ocicollassignelem,oci' +
  560.             'collgetelem,ocicollmax,ocicollsize,ocicolltrim,ocicolumnisnull,o' +
  561.             'cicolumnname,ocicolumnprecision,ocicolumnscale,ocicolumnsize,oci' +
  562.             'columntype,ocicolumntyperaw,ocicommit,ocidefinebyname,ocierror,o' +
  563.             'ciexecute,ocifetch,ocifetchinto,ocifetchstatement,ocifreecollect' +
  564.             'ion,ocifreecursor,ocifreedesc,ocifreestatement,ociinternaldebug,' +
  565.             'ociloadlob,ocilogoff,ocilogon,ocinewcollection,ocinewcursor,ocin' +
  566.             'ewdescriptor,ocinlogon,ocinumcols,ociparse,ociplogon,ociresult,o' +
  567.             'cirollback,ocirowcount,ocisavelob,ocisavelobfile,ociserverversio' +
  568.             'n,ocisetprefetch,ocistatementtype,ociwritelobtofile,octdec,odbc_' +
  569.             'autocommit,odbc_binmode,odbc_close,odbc_close_all,odbc_columnpri' +
  570.             'vileges,odbc_columns,odbc_commit,odbc_connect,odbc_cursor,odbc_d' +
  571.             'o,odbc_error,odbc_errormsg,odbc_exec,odbc_execute,odbc_fetch_arr' +
  572.             'ay,odbc_fetch_into,odbc_fetch_object,odbc_fetch_row,odbc_field_l' +
  573.             'en,odbc_field_name,odbc_field_num,odbc_field_precision,odbc_fiel' +
  574.             'd_scale,odbc_field_type,odbc_foreignkeys,odbc_free_result,odbc_g' +
  575.             'ettypeinfo,odbc_longreadlen,odbc_next_result,odbc_num_fields,odb' +
  576.             'c_num_rows,odbc_pconnect,odbc_prepare,odbc_primarykeys,odbc_proc' +
  577.             'edurecolumns,odbc_procedures,odbc_result,odbc_result_all,odbc_ro' +
  578.             'llback,odbc_setoption,odbc_specialcolumns,odbc_statistics,odbc_t' +
  579.             'ableprivileges,odbc_tables,opendir,openlog,openssl_csr_export,op' +
  580.             'enssl_csr_export_to_file,openssl_csr_new,openssl_csr_sign,openss' +
  581.             'l_error_string,openssl_free_key,openssl_get_privatekey,openssl_g' +
  582.             'et_publickey,openssl_open,openssl_pkcs7_decrypt,openssl_pkcs7_en' +
  583.             'crypt,openssl_pkcs7_sign,openssl_pkcs7_verify,openssl_pkey_expor' +
  584.             't,openssl_pkey_export_to_file,openssl_pkey_new,openssl_private_d' +
  585.             'ecrypt,openssl_private_encrypt,openssl_public_decrypt,openssl_pu' +
  586.             'blic_encrypt,openssl_seal,openssl_sign,openssl_verify,openssl_x5' +
  587.             '09_check_private_key,openssl_x509_checkpurpose,openssl_x509_expo' +
  588.             'rt,openssl_x509_export_to_file,openssl_x509_free,openssl_x509_pa' +
  589.             'rse,openssl_x509_read,ora_bind,ora_close,ora_columnname,ora_colu' +
  590.             'mnsize,ora_columntype,ora_commit,ora_commitoff,ora_commiton,ora_' +
  591.             'do,ora_error,ora_errorcode,ora_exec,ora_fetch,ora_fetch_into,ora' +
  592.             '_getcolumn,ora_logoff,ora_logon,ora_numcols,ora_numrows,ora_open' +
  593.             ',ora_parse,ora_plogon,ora_rollback,ord,overload,ovrimos_close,ov' +
  594.             'rimos_commit,ovrimos_connect,ovrimos_cursor,ovrimos_exec,ovrimos' +
  595.             '_execute,ovrimos_fetch_into,ovrimos_fetch_row,ovrimos_field_len,' +
  596.             'ovrimos_field_name,ovrimos_field_num,ovrimos_field_type,ovrimos_' +
  597.             'free_result,ovrimos_longreadlen,ovrimos_num_fields,ovrimos_num_r' +
  598.             'ows,ovrimos_prepare,ovrimos_result,ovrimos_result_all,ovrimos_ro' +
  599.             'llback,pack,parse_ini_file,parse_str,parse_url,passthru,pathinfo' +
  600.             ',pclose,pcntl_exec,pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_w' +
  601.             'exitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pc' +
  602.             'ntl_wstopsig,pcntl_wtermsig,pdf_add_annotation,pdf_add_bookmark,' +
  603.             'pdf_add_launchlink,pdf_add_locallink,pdf_add_note,pdf_add_outlin' +
  604.             'e,pdf_add_pdflink,pdf_add_thumbnail,pdf_add_weblink,pdf_arc,pdf_' +
  605.             'arcn,pdf_attach_file,pdf_begin_page,pdf_begin_pattern,pdf_begin_' +
  606.             'template,pdf_circle,pdf_clip,pdf_close,pdf_close_image,pdf_close' +
  607.             '_pdi,pdf_close_pdi_page,pdf_closepath,pdf_closepath_fill_stroke,' +
  608.             'pdf_closepath_stroke,pdf_concat,pdf_continue_text,pdf_curveto,pd' +
  609.             'f_delete,pdf_end_page,pdf_end_pattern,pdf_end_template,pdf_endpa' +
  610.             'th,pdf_fill,pdf_fill_stroke,pdf_findfont,pdf_get_buffer,pdf_get_' +
  611.             'font,pdf_get_fontname,pdf_get_fontsize,pdf_get_image_height,pdf_' +
  612.             'get_image_width,pdf_get_majorversion,pdf_get_minorversion,pdf_ge' +
  613.             't_parameter,pdf_get_pdi_parameter,pdf_get_pdi_value,pdf_get_valu' +
  614.             'e,pdf_initgraphics,pdf_lineto,pdf_makespotcolor,pdf_moveto,pdf_n' +
  615.             'ew,pdf_open,pdf_open_ccitt,pdf_open_file,pdf_open_gif,pdf_open_i' +
  616.             'mage,pdf_open_image_file,pdf_open_jpeg,pdf_open_memory_image,pdf' +
  617.             '_open_pdi,pdf_open_pdi_page,pdf_open_png,pdf_open_tiff,pdf_place' +
  618.             '_image,pdf_place_pdi_page,pdf_rect,pdf_restore,pdf_rotate,pdf_sa' +
  619.             've,pdf_scale,pdf_set_border_color,pdf_set_border_dash,pdf_set_bo' +
  620.             'rder_style,pdf_set_char_spacing,pdf_set_duration,pdf_set_font,pd' +
  621.             'f_set_horiz_scaling,pdf_set_info,pdf_set_info_author,pdf_set_inf' +
  622.             'o_creator,pdf_set_info_keywords,pdf_set_info_subject,pdf_set_inf' +
  623.             'o_title,pdf_set_leading,pdf_set_parameter,pdf_set_text_pos,pdf_s' +
  624.             'et_text_rendering,pdf_set_text_rise,pdf_set_transition,pdf_set_v' +
  625.             'alue,pdf_set_word_spacing,pdf_setcolor,pdf_setdash,pdf_setflat,p' +
  626.             'df_setfont,pdf_setgray,pdf_setgray_fill,pdf_setgray_stroke,pdf_s' +
  627.             'etlinecap,pdf_setlinejoin,pdf_setlinewidth,pdf_setmatrix,pdf_set' +
  628.             'miterlimit,pdf_setpolydash,pdf_setrgbcolor,pdf_setrgbcolor_fill,' +
  629.             'pdf_setrgbcolor_stroke,pdf_show,pdf_show_boxed,pdf_show_xy,pdf_s' +
  630.             'kew,pdf_stringwidth,pdf_stroke,pdf_translate,pfpro_cleanup,pfpro' +
  631.             '_init,pfpro_process,pfpro_process_raw,pfpro_version,pfsockopen,p' +
  632.             'g_affected_rows,pg_cancel_query,pg_client_encoding,pg_close,pg_c' +
  633.             'onnect,pg_connection_busy,pg_connection_reset,pg_connection_stat' +
  634.             'us,pg_convert,pg_copy_from,pg_copy_to,pg_dbname,pg_delete,pg_end' +
  635.             '_copy,pg_escape_bytea,pg_escape_string,pg_fetch_array,pg_fetch_o' +
  636.             'bject,pg_fetch_result,pg_fetch_row,pg_field_is_null,pg_field_nam' +
  637.             'e,pg_field_num,pg_field_prtlen,pg_field_size,pg_field_type,pg_fr' +
  638.             'ee_result,pg_get_result,pg_host,pg_insert,pg_last_error,pg_last_' +
  639.             'notice,pg_last_oid,pg_lo_close,pg_lo_create,pg_lo_export,pg_lo_i' +
  640.             'mport,pg_lo_open,pg_lo_read,pg_lo_read_all,pg_lo_seek,pg_lo_tell' +
  641.             ',pg_lo_unlink,pg_lo_write,pg_metadata,pg_num_fields,pg_num_rows,' +
  642.             'pg_options,pg_pconnect,pg_port,pg_put_line,pg_query,pg_result_er' +
  643.             'ror,pg_result_status,pg_select,pg_send_query,pg_set_client_encod' +
  644.             'ing,pg_trace,pg_tty,pg_untrace,pg_update,php_logo_guid,php_sapi_' +
  645.             'name,php_uname,phpcredits,phpinfo,phpversion,pi,png2wbmp,popen,p' +
  646.             'os,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_' +
  647.             'getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlo' +
  648.             'gin,posix_getpgid,posix_getpgrp,posix_getpid,posix_getppid,posix' +
  649.             '_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getu' +
  650.             'id,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_sete' +
  651.             'uid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_t' +
  652.             'imes,posix_ttyname,posix_uname,pow,preg_grep,preg_match,preg_mat' +
  653.             'ch_all,preg_quote,preg_replace,preg_replace_callback,preg_split,' +
  654.             'prev,print,print_r,printer_abort,printer_close,printer_create_br' +
  655.             'ush,printer_create_dc,printer_create_font,printer_create_pen,pri' +
  656.             'nter_delete_brush,printer_delete_dc,printer_delete_font,printer_' +
  657.             'delete_pen,printer_draw_bmp,printer_draw_chord,printer_draw_elip' +
  658.             'se,printer_draw_line,printer_draw_pie,printer_draw_rectangle,pri' +
  659.             'nter_draw_roundrect,printer_draw_text,printer_end_doc,printer_en' +
  660.             'd_page,printer_get_option,printer_list,printer_logical_fontheigh' +
  661.             't,printer_open,printer_select_brush,printer_select_font,printer_' +
  662.             'select_pen,printer_set_option,printer_start_doc,printer_start_pa' +
  663.             'ge,printer_write,printf,proc_close,proc_open,pspell_add_to_perso' +
  664.             'nal,pspell_add_to_session,pspell_check,pspell_clear_session,pspe' +
  665.             'll_config_create,pspell_config_ignore,pspell_config_mode,pspell_' +
  666.             'config_personal,pspell_config_repl,pspell_config_runtogether,psp' +
  667.             'ell_config_save_repl,pspell_new,pspell_new_config,pspell_new_per' +
  668.             'sonal,pspell_save_wordlist,pspell_store_replacement,pspell_sugge' +
  669.             'st,putenv,qdom_error,qdom_tree,quoted_printable_decode,quotemeta' +
  670.             ',rad2deg,rand,range,rawurldecode,rawurlencode,read_exif_data,rea' +
  671.             'ddir,readfile,readgzfile,readline,readline_add_history,readline_' +
  672.             'clear_history,readline_completion_function,readline_info,readlin' +
  673.             'e_list_history,readline_read_history,readline_write_history,read' +
  674.             'link,realpath,recode,recode_file,recode_string,register_shutdown' +
  675.             '_function,register_tick_function,rename,require,require_once,res' +
  676.             'et,restore_error_handler,return,rewind,rewinddir,rmdir,round,rso' +
  677.             'rt,rtrim,sem_acquire,sem_get,sem_release,sem_remove,serialize,se' +
  678.             'sam_affected_rows,sesam_commit,sesam_connect,sesam_diagnostic,se' +
  679.             'sam_disconnect,sesam_errormsg,sesam_execimm,sesam_fetch_array,se' +
  680.             'sam_fetch_result,sesam_fetch_row,sesam_field_array,sesam_field_n' +
  681.             'ame,sesam_free_result,sesam_num_fields,sesam_query,sesam_rollbac' +
  682.             'k,sesam_seek_row,sesam_settransaction,session_cache_expire,sessi' +
  683.             'on_cache_limiter,session_decode,session_destroy,session_encode,s' +
  684.             'ession_get_cookie_params,session_id,session_is_registered,sessio' +
  685.             'n_module_name,session_name,session_readonly,session_register,ses' +
  686.             'sion_save_path,session_set_cookie_params,session_set_save_handle' +
  687.             'r,session_start,session_unregister,session_unset,session_write_c' +
  688.             'lose,set_error_handler,set_file_buffer,set_magic_quotes_runtime,' +
  689.             'set_time_limit,setcookie,setlocale,settype,shell_exec,shm_attach' +
  690.             ',shm_detach,shm_get_var,shm_put_var,shm_remove,shm_remove_var,sh' +
  691.             'mop_close,shmop_delete,shmop_open,shmop_read,shmop_size,shmop_wr' +
  692.             'ite,show_source,shuffle,similar_text,sin,sinh,sizeof,sleep,snmp_' +
  693.             'get_quick_print,snmp_set_quick_print,snmpget,snmprealwalk,snmpse' +
  694.             't,snmpwalk,snmpwalkoid,socket_accept,socket_bind,socket_close,so' +
  695.             'cket_connect,socket_create,socket_create_listen,socket_create_pa' +
  696.             'ir,socket_fd_alloc,socket_fd_clear,socket_fd_free,socket_fd_isse' +
  697.             't,socket_fd_set,socket_fd_zero,socket_get_status,socket_getopt,s' +
  698.             'ocket_getpeername,socket_getsockname,socket_iovec_add,socket_iov' +
  699.             'ec_alloc,socket_iovec_delete,socket_iovec_fetch,socket_iovec_fre' +
  700.             'e,socket_iovec_set,socket_last_error,socket_listen,socket_read,s' +
  701.             'ocket_readv,socket_recv,socket_recvfrom,socket_recvmsg,socket_se' +
  702.             'lect,socket_send,socket_sendmsg,socket_sendto,socket_set_blockin' +
  703.             'g,socket_set_nonblock,socket_set_timeout,socket_setopt,socket_sh' +
  704.             'utdown,socket_strerror,socket_write,socket_writev,sort,soundex,s' +
  705.             'plit,spliti,sprintf,sql_regcase,sqrt,srand,sscanf,stat,str_pad,s' +
  706.             'tr_repeat,str_replace,str_rot13,strcasecmp,strchr,strcmp,strcoll' +
  707.             ',strcspn,strftime,strip_tags,stripcslashes,stripslashes,stristr,' +
  708.             'strlen,strnatcasecmp,strnatcmp,strncasecmp,strncmp,strpos,strrch' +
  709.             'r,strrev,strrpos,strspn,strstr,strtok,strtolower,strtotime,strto' +
  710.             'upper,strtr,strval,substr,substr_count,substr_replace,swf_action' +
  711.             'geturl,swf_actiongotoframe,swf_actiongotolabel,swf_actionnextfra' +
  712.             'me,swf_actionplay,swf_actionprevframe,swf_actionsettarget,swf_ac' +
  713.             'tionstop,swf_actiontogglequality,swf_actionwaitforframe,swf_addb' +
  714.             'uttonrecord,swf_addcolor,swf_closefile,swf_definebitmap,swf_defi' +
  715.             'nefont,swf_defineline,swf_definepoly,swf_definerect,swf_definete' +
  716.             'xt,swf_endbutton,swf_enddoaction,swf_endshape,swf_endsymbol,swf_' +
  717.             'fontsize,swf_fontslant,swf_fonttracking,swf_getbitmapinfo,swf_ge' +
  718.             'tfontinfo,swf_getframe,swf_labelframe,swf_lookat,swf_modifyobjec' +
  719.             't,swf_mulcolor,swf_nextid,swf_oncondition,swf_openfile,swf_ortho' +
  720.             ',swf_ortho2,swf_perspective,swf_placeobject,swf_polarview,swf_po' +
  721.             'pmatrix,swf_posround,swf_pushmatrix,swf_removeobject,swf_rotate,' +
  722.             'swf_scale,swf_setfont,swf_setframe,swf_shapearc,swf_shapecurveto' +
  723.             ',swf_shapecurveto3,swf_shapefillbitmapclip,swf_shapefillbitmapti' +
  724.             'le,swf_shapefilloff,swf_shapefillsolid,swf_shapelinesolid,swf_sh' +
  725.             'apelineto,swf_shapemoveto,swf_showframe,swf_startbutton,swf_star' +
  726.             'tdoaction,swf_startshape,swf_startsymbol,swf_textwidth,swf_trans' +
  727.             'late,swf_viewport,swfaction,swfbitmap,swfbitmap.getheight,swfbit' +
  728.             'map.getwidth,swfbutton,swfbutton.addaction,swfbutton.addshape,sw' +
  729.             'fbutton.setaction,swfbutton.setdown,swfbutton.sethit,swfbutton.s' +
  730.             'etover,swfbutton.setup,swfbutton_keypress,swfdisplayitem,swfdisp' +
  731.             'layitem.addcolor,swfdisplayitem.move,swfdisplayitem.moveto,swfdi' +
  732.             'splayitem.multcolor,swfdisplayitem.remove,swfdisplayitem.rotate,' +
  733.             'swfdisplayitem.rotateto,swfdisplayitem.scale,swfdisplayitem.scal' +
  734.             'eto,swfdisplayitem.setdepth,swfdisplayitem.setname,swfdisplayite' +
  735.             'm.setratio,swfdisplayitem.skewx,swfdisplayitem.skewxto,swfdispla' +
  736.             'yitem.skewy,swfdisplayitem.skewyto,swffill,swffill.moveto,swffil' +
  737.             'l.rotateto,swffill.scaleto,swffill.skewxto,swffill.skewyto,swffo' +
  738.             'nt,swffont.getwidth,swfgradient,swfgradient.addentry,swfmorph,sw' +
  739.             'fmorph.getshape1,swfmorph.getshape2,swfmovie,swfmovie.add,swfmov' +
  740.             'ie.nextframe,swfmovie.output,swfmovie.remove,swfmovie.save,swfmo' +
  741.             'vie.setbackground,swfmovie.setdimension,swfmovie.setframes,swfmo' +
  742.             'vie.setrate,swfmovie.streammp3,swfshape,swfshape.addfill,swfshap' +
  743.             'e.drawcurve,swfshape.drawcurveto,swfshape.drawline,swfshape.draw' +
  744.             'lineto,swfshape.movepen,swfshape.movepento,swfshape.setleftfill,' +
  745.             'swfshape.setline,swfshape.setrightfill,swfsprite,swfsprite.add,s' +
  746.             'wfsprite.nextframe,swfsprite.remove,swfsprite.setframes,swftext,' +
  747.             'swftext.addstring,swftext.getwidth,swftext.moveto,swftext.setcol' +
  748.             'or,swftext.setfont,swftext.setheight,swftext.setspacing,swftextf' +
  749.             'ield,swftextfield.addstring,swftextfield.align,swftextfield.setb' +
  750.             'ounds,swftextfield.setcolor,swftextfield.setfont,swftextfield.se' +
  751.             'theight,swftextfield.setindentation,swftextfield.setleftmargin,s' +
  752.             'wftextfield.setlinespacing,swftextfield.setmargins,swftextfield.' +
  753.             'setname,swftextfield.setrightmargin,sybase_affected_rows,sybase_' +
  754.             'close,sybase_connect,sybase_data_seek,sybase_fetch_array,sybase_' +
  755.             'fetch_field,sybase_fetch_object,sybase_fetch_row,sybase_field_se' +
  756.             'ek,sybase_free_result,sybase_get_last_message,sybase_min_client_' +
  757.             'severity,sybase_min_error_severity,sybase_min_message_severity,s' +
  758.             'ybase_min_server_severity,sybase_num_fields,sybase_num_rows,syba' +
  759.             'se_pconnect,sybase_query,sybase_result,sybase_select_db,symlink,' +
  760.             'syslog,system,tan,tanh,tempnam,textdomain,time,tmpfile,touch,tri' +
  761.             'gger_error,trim,uasort,ucfirst,ucwords,udm_add_search_limit,udm_' +
  762.             'alloc_agent,udm_api_version,udm_cat_list,udm_cat_path,udm_check_' +
  763.             'charset,udm_check_stored,udm_clear_search_limits,udm_close_store' +
  764.             'd,udm_crc32,udm_errno,udm_error,udm_find,udm_free_agent,udm_free' +
  765.             '_ispell_data,udm_free_res,udm_get_doc_count,udm_get_res_field,ud' +
  766.             'm_get_res_param,udm_load_ispell_data,udm_open_stored,udm_set_age' +
  767.             'nt_param,uksort,umask,uniqid,unixtojd,unlink,unpack,unregister_t' +
  768.             'ick_function,unserialize,unset,urldecode,urlencode,user_error,us' +
  769.             'leep,usort,utf8_decode,utf8_encode,var_dump,var_export,variant,v' +
  770.             'ersion_compare,virtual,vpopmail_add_alias_domain,vpopmail_add_al' +
  771.             'ias_domain_ex,vpopmail_add_domain,vpopmail_add_domain_ex,vpopmai' +
  772.             'l_add_user,vpopmail_alias_add,vpopmail_alias_del,vpopmail_alias_' +
  773.             'del_domain,vpopmail_alias_get,vpopmail_alias_get_all,vpopmail_au' +
  774.             'th_user,vpopmail_del_domain,vpopmail_del_domain_ex,vpopmail_del_' +
  775.             'user,vpopmail_error,vpopmail_passwd,vpopmail_set_user_quota,vpri' +
  776.             'ntf,vsprintf,w32api_deftype,w32api_init_dtype,w32api_invoke_func' +
  777.             'tion,w32api_register_function,w32api_set_call_method,wddx_add_va' +
  778.             'rs,wddx_deserialize,wddx_packet_end,wddx_packet_start,wddx_seria' +
  779.             'lize_value,wddx_serialize_vars,wordwrap,xml_error_string,xml_get' +
  780.             '_current_byte_index,xml_get_current_column_number,xml_get_curren' +
  781.             't_line_number,xml_get_error_code,xml_parse,xml_parse_into_struct' +
  782.             ',xml_parser_create,xml_parser_create_ns,xml_parser_free,xml_pars' +
  783.             'er_get_option,xml_parser_set_option,xml_set_character_data_handl' +
  784.             'er,xml_set_default_handler,xml_set_element_handler,xml_set_end_n' +
  785.             'amespace_decl_handler,xml_set_external_entity_ref_handler,xml_se' +
  786.             't_notation_decl_handler,xml_set_object,xml_set_processing_instru' +
  787.             'ction_handler,xml_set_start_namespace_decl_handler,xml_set_unpar' +
  788.             'sed_entity_decl_handler,xmlrpc_decode,xmlrpc_decode_request,xmlr' +
  789.             'pc_encode,xmlrpc_encode_request,xmlrpc_get_type,xmlrpc_parse_met' +
  790.             'hod_descriptions,xmlrpc_server_add_introspection_data,xmlrpc_ser' +
  791.             'ver_call_method,xmlrpc_server_create,xmlrpc_server_destroy,xmlrp' +
  792.             'c_server_register_introspection_callback,xmlrpc_server_register_' +
  793.             'method,xmlrpc_set_type,xpath_eval,xpath_eval_expression,xpath_ne' +
  794.             'w_context,xptr_eval,xptr_new_context,xslt_create,xslt_errno,xslt' +
  795.             '_error,xslt_free,xslt_process,xslt_set_base,xslt_set_encoding,xs' +
  796.             'lt_set_error_handler,xslt_set_log,xslt_set_sax_handler,xslt_set_' +
  797.             'sax_handlers,xslt_set_scheme_handler,xslt_set_scheme_handlers,ya' +
  798.             'z_addinfo,yaz_ccl_conf,yaz_ccl_parse,yaz_close,yaz_connect,yaz_d' +
  799.             'atabase,yaz_element,yaz_errno,yaz_error,yaz_hits,yaz_itemorder,y' +
  800.             'az_present,yaz_range,yaz_record,yaz_scan,yaz_scan_result,yaz_sea' +
  801.             'rch,yaz_sort,yaz_syntax,yaz_wait,yp_all,yp_cat,yp_err_string,yp_' +
  802.             'errno,yp_first,yp_get_default_domain,yp_master,yp_match,yp_next,' +
  803.             'yp_order,zend_logo_guid,zend_version,zip_close,zip_entry_close,z' +
  804.             'ip_entry_compressedsize,zip_entry_compressionmethod,zip_entry_fi' +
  805.             'lesize,zip_entry_name,zip_entry_open,zip_entry_read,zip_open,zip' +
  806.             '_read'
  807.         end>
  808.     end
  809.     item
  810.       Name = 'HTML'
  811.       ID = 1
  812.       ParentID = 0
  813.       FIIntNum = 41
  814.       UseComments = True
  815.       UseMultiLineComments = True
  816.       UseStrings = True
  817.       UseSingleLineStrings = True
  818.       UseNumbers = True
  819.       UsePrefixedIdentifiers = True
  820.       UseKeywords = True
  821.       BlockDelimiters = <
  822.         item
  823.           LeftDelimiter = '<'
  824.           RightDelimiter = '>'
  825.           DelimitersArePartOfBlock = True
  826.         end>
  827.       MultiLineCommentDelimiters = <
  828.         item
  829.           FontID = 2
  830.           LeftDelimiter = '<!--'
  831.           RightDelimiter = '-->'
  832.         end>
  833.       SingleLineStringDelimiters = <
  834.         item
  835.           FontID = 39
  836.           LeftDelimiter = '"'
  837.           RightDelimiter = '"'
  838.         end
  839.         item
  840.           FontID = 40
  841.           LeftDelimiter = #39
  842.           RightDelimiter = #39
  843.         end>
  844.       IdentPrefixes = <
  845.         item
  846.           LeftDelimiter = '/'
  847.         end>
  848.       KeywordSets = <
  849.         item
  850.           FontID = 0
  851.           Name = 'Tags'
  852.           Keywords = 
  853.             '/a,/abbr,/acronym,/address,/applet,/area,/b,/base,/basefont,/bdo' +
  854.             ',/big,/blockquote,/body,/br,/button,/caption,/center,/cite,/code' +
  855.             ',/col,/colgroup,/dd,/del,/dfn,/dir,/div,/dl,/dt,/em,/fieldset,/f' +
  856.             'ont,/form,/frame,/frameset,/h1,/h2,/h3,/h4,/h5,/h6,/head,/hr,/ht' +
  857.             'ml,/i,/iframe,/img,/input,/ins,/isindex,/kbd,/label,/legend,/li,' +
  858.             '/link,/map,/menu,/meta,/noframes,/noscript,/object,/ol,/optgroup' +
  859.             ',/option,/p,/param,/pre,/q,/s,/samp,/script,/select,/small,/span' +
  860.             ',/strike,/strong,/style,/sub,/sup,/table,/tbody,/td,/textarea,/t' +
  861.             'foot,/th,/thead,/title,/tr,/tt,/u,/ul,/var,a,abbr,acronym,addres' +
  862.             's,applet,area,b,base,basefont,bdo,big,blockquote,body,br,button,' +
  863.             'caption,center,cite,code,col,colgroup,dd,del,dfn,dir,div,dl,dt,e' +
  864.             'm,fieldset,font,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,hr,ht' +
  865.             'ml,i,iframe,img,input,ins,isindex,kbd,label,legend,li,link,map,m' +
  866.             'enu,meta,noframes,noscript,object,ol,optgroup,option,p,param,pre' +
  867.             ',q,s,samp,script,select,small,span,strike,strong,style,sub,sup,t' +
  868.             'able,tbody,td,textarea,tfoot,th,thead,title,tr,tt,u,ul,var'
  869.         end
  870.         item
  871.           FontID = 1
  872.           Name = 'Attributes'
  873.           Keywords = 
  874.             'abbr,accept,accept-charset,accesskey,action,align,alink,alt,arch' +
  875.             'ive,axis,background,bgcolor,border,cellpadding,cellspacing,char,' +
  876.             'charoff,charset,checked,cite,class,classid,clear,code,codebase,c' +
  877.             'odetype,color,cols,colspan,compact,content,coords,data,datetime,' +
  878.             'declare,defer,dir,disabled,enctype,face,for,frame,frameborder,he' +
  879.             'aders,height,href,hreflang,hspace,http-equiv,id,ismap,label,lang' +
  880.             ',language,link,longdesc,marginheight,marginwidth,maxlength,media' +
  881.             ',method,multiple,name,nohref,noresize,noshade,nowrap,object,onbl' +
  882.             'ur,onchange,onclick,ondblclick,onfocus,onkeydown,onkeypress,onke' +
  883.             'yup,onload,onmousedown,onmousemove,onmouseout,onmouseover,onmous' +
  884.             'eup,onreset,onselect,onsubmit,onunload,profile,prompt,readonly,r' +
  885.             'el,rev,rows,rowspan,rules,scheme,scope,scrolling,selected,shape,' +
  886.             'size,span,src,standby,start,style,summary,tabindex,target,text,t' +
  887.             'itle,type,usemap,valign,value,valuetype,version,vlink,vspace,wid' +
  888.             'th'
  889.         end>
  890.     end>
  891.   P.FontTable = <
  892.     item
  893.       FontID = 0
  894.       BlockID = 1
  895.       Font.Charset = DEFAULT_CHARSET
  896.       Font.Color = clPurple
  897.       Font.Height = -13
  898.       Font.Name = 'Courier New'
  899.       Font.Style = []
  900.     end
  901.     item
  902.       FontID = 1
  903.       BlockID = 1
  904.       Font.Charset = DEFAULT_CHARSET
  905.       Font.Color = clMaroon
  906.       Font.Height = -13
  907.       Font.Name = 'Courier New'
  908.       Font.Style = []
  909.     end
  910.     item
  911.       FontID = 2
  912.       BlockID = 1
  913.       Font.Charset = DEFAULT_CHARSET
  914.       Font.Color = clGray
  915.       Font.Height = -13
  916.       Font.Name = 'Courier New'
  917.       Font.Style = [fsItalic]
  918.     end
  919.     item
  920.       FontID = 3
  921.       Font.Charset = DEFAULT_CHARSET
  922.       Font.Color = clGray
  923.       Font.Height = -13
  924.       Font.Name = 'Courier New'
  925.       Font.Style = [fsItalic]
  926.     end
  927.     item
  928.       FontID = 6
  929.       BlockID = 2
  930.       Font.Charset = DEFAULT_CHARSET
  931.       Font.Color = clBlack
  932.       Font.Height = -13
  933.       Font.Name = 'Courier New'
  934.       Font.Style = []
  935.       BackColor = 15138815
  936.       UseDefBack = False
  937.     end
  938.     item
  939.       FontID = 14
  940.       BlockID = 2
  941.       Font.Charset = DEFAULT_CHARSET
  942.       Font.Color = clGreen
  943.       Font.Height = -13
  944.       Font.Name = 'Courier New'
  945.       Font.Style = []
  946.       BackColor = clInfoBk
  947.     end
  948.     item
  949.       FontID = 15
  950.       BlockID = 2
  951.       Font.Charset = DEFAULT_CHARSET
  952.       Font.Color = clGray
  953.       Font.Height = -13
  954.       Font.Name = 'Courier New'
  955.       Font.Style = [fsItalic]
  956.       BackColor = clInfoBk
  957.       UseDefBack = False
  958.     end
  959.     item
  960.       FontID = 16
  961.       BlockID = 2
  962.       Font.Charset = DEFAULT_CHARSET
  963.       Font.Color = clBlack
  964.       Font.Height = -13
  965.       Font.Name = 'Courier New'
  966.       Font.Style = [fsBold]
  967.       BackColor = clInfoBk
  968.     end
  969.     item
  970.       FontID = 17
  971.       BlockID = 3
  972.       Font.Charset = DEFAULT_CHARSET
  973.       Font.Color = clBlack
  974.       Font.Height = -13
  975.       Font.Name = 'Courier New'
  976.       Font.Style = [fsBold]
  977.     end
  978.     item
  979.       FontID = 18
  980.       BlockID = 3
  981.       Font.Charset = DEFAULT_CHARSET
  982.       Font.Color = clBlack
  983.       Font.Height = -13
  984.       Font.Name = 'Courier New'
  985.       Font.Style = []
  986.       BackColor = 15138815
  987.       UseDefBack = False
  988.     end
  989.     item
  990.       FontID = 24
  991.       BlockID = 4
  992.       Font.Charset = DEFAULT_CHARSET
  993.       Font.Color = clBlack
  994.       Font.Height = -13
  995.       Font.Name = 'Courier New'
  996.       Font.Style = []
  997.       BackColor = 15658734
  998.       UseDefBack = False
  999.     end
  1000.     item
  1001.       FontID = 25
  1002.       BlockID = 4
  1003.       Font.Charset = DEFAULT_CHARSET
  1004.       Font.Color = clGray
  1005.       Font.Height = -13
  1006.       Font.Name = 'Courier New'
  1007.       Font.Style = [fsItalic]
  1008.       BackColor = cl3DLight
  1009.     end
  1010.     item
  1011.       FontID = 26
  1012.       BlockID = 4
  1013.       Font.Charset = DEFAULT_CHARSET
  1014.       Font.Color = clGreen
  1015.       Font.Height = -13
  1016.       Font.Name = 'Courier New'
  1017.       Font.Style = []
  1018.       BackColor = cl3DLight
  1019.     end
  1020.     item
  1021.       FontID = 27
  1022.       BlockID = 4
  1023.       Font.Charset = DEFAULT_CHARSET
  1024.       Font.Color = clGreen
  1025.       Font.Height = -13
  1026.       Font.Name = 'Courier New'
  1027.       Font.Style = []
  1028.       BackColor = cl3DLight
  1029.     end
  1030.     item
  1031.       FontID = 28
  1032.       BlockID = 4
  1033.       Font.Charset = DEFAULT_CHARSET
  1034.       Font.Color = clBlack
  1035.       Font.Height = -13
  1036.       Font.Name = 'Courier New'
  1037.       Font.Style = [fsBold]
  1038.       BackColor = cl3DLight
  1039.     end
  1040.     item
  1041.       FontID = 29
  1042.       BlockID = 4
  1043.       Font.Charset = DEFAULT_CHARSET
  1044.       Font.Color = clTeal
  1045.       Font.Height = -13
  1046.       Font.Name = 'Courier New'
  1047.       Font.Style = []
  1048.       BackColor = cl3DLight
  1049.     end
  1050.     item
  1051.       FontID = 30
  1052.       BlockID = 4
  1053.       Font.Charset = DEFAULT_CHARSET
  1054.       Font.Color = clTeal
  1055.       Font.Height = -13
  1056.       Font.Name = 'Courier New'
  1057.       Font.Style = []
  1058.       BackColor = cl3DLight
  1059.     end
  1060.     item
  1061.       FontID = 31
  1062.       BlockID = 4
  1063.       Font.Charset = DEFAULT_CHARSET
  1064.       Font.Color = clTeal
  1065.       Font.Height = -13
  1066.       Font.Name = 'Courier New'
  1067.       Font.Style = []
  1068.       BackColor = cl3DLight
  1069.     end
  1070.     item
  1071.       FontID = 46
  1072.       Font.Charset = DEFAULT_CHARSET
  1073.       Font.Color = clBlack
  1074.       Font.Height = -13
  1075.       Font.Name = 'Courier New'
  1076.       Font.Style = [fsBold]
  1077.       BackColor = 15532031
  1078.       UseDefBack = False
  1079.     end
  1080.     item
  1081.       FontID = 46
  1082.       BlockID = 5
  1083.       Font.Charset = DEFAULT_CHARSET
  1084.       Font.Color = clBlack
  1085.       Font.Height = -13
  1086.       Font.Name = 'Courier New'
  1087.       Font.Style = []
  1088.       BackColor = clInfoBk
  1089.       UseDefBack = False
  1090.     end
  1091.     item
  1092.       FontID = 47
  1093.       BlockID = 5
  1094.       Font.Charset = DEFAULT_CHARSET
  1095.       Font.Color = clGray
  1096.       Font.Height = -13
  1097.       Font.Name = 'Courier New'
  1098.       Font.Style = [fsItalic]
  1099.     end
  1100.     item
  1101.       FontID = 48
  1102.       BlockID = 5
  1103.       Font.Charset = DEFAULT_CHARSET
  1104.       Font.Color = clGreen
  1105.       Font.Height = -13
  1106.       Font.Name = 'Courier New'
  1107.       Font.Style = []
  1108.     end
  1109.     item
  1110.       FontID = 49
  1111.       BlockID = 5
  1112.       Font.Charset = DEFAULT_CHARSET
  1113.       Font.Color = clBlack
  1114.       Font.Height = -13
  1115.       Font.Name = 'Courier New'
  1116.       Font.Style = [fsBold]
  1117.       BackColor = clInfoBk
  1118.     end
  1119.     item
  1120.       FontID = 56
  1121.       BlockID = 1
  1122.       Font.Charset = DEFAULT_CHARSET
  1123.       Font.Color = clTeal
  1124.       Font.Height = -13
  1125.       Font.Name = 'Courier New'
  1126.       Font.Style = [fsBold, fsItalic]
  1127.     end
  1128.     item
  1129.       FontID = 58
  1130.       Font.Charset = DEFAULT_CHARSET
  1131.       Font.Color = clTeal
  1132.       Font.Height = -13
  1133.       Font.Name = 'Verdana'
  1134.       Font.Style = [fsBold, fsItalic]
  1135.     end
  1136.     item
  1137.       FontID = 60
  1138.       BlockID = 3
  1139.       Font.Charset = DEFAULT_CHARSET
  1140.       Font.Color = clGreen
  1141.       Font.Height = -13
  1142.       Font.Name = 'Courier New'
  1143.       Font.Style = []
  1144.       BackColor = clInfoBk
  1145.     end
  1146.     item
  1147.       FontID = 62
  1148.       BlockID = 3
  1149.       Font.Charset = DEFAULT_CHARSET
  1150.       Font.Color = clTeal
  1151.       Font.Height = -13
  1152.       Font.Name = 'Courier New'
  1153.       Font.Style = []
  1154.       BackColor = clInfoBk
  1155.     end
  1156.     item
  1157.       FontID = 63
  1158.       BlockID = 3
  1159.       Font.Charset = DEFAULT_CHARSET
  1160.       Font.Color = clTeal
  1161.       Font.Height = -13
  1162.       Font.Name = 'Courier New'
  1163.       Font.Style = []
  1164.       BackColor = clInfoBk
  1165.       UseDefBack = False
  1166.     end
  1167.     item
  1168.       FontID = 64
  1169.       BlockID = 3
  1170.       Font.Charset = DEFAULT_CHARSET
  1171.       Font.Color = clTeal
  1172.       Font.Height = -13
  1173.       Font.Name = 'Courier New'
  1174.       Font.Style = []
  1175.       BackColor = clInfoBk
  1176.       UseDefBack = False
  1177.     end
  1178.     item
  1179.       FontID = 68
  1180.       BlockID = 2
  1181.       Font.Charset = DEFAULT_CHARSET
  1182.       Font.Color = clTeal
  1183.       Font.Height = -13
  1184.       Font.Name = 'Courier New'
  1185.       Font.Style = []
  1186.       BackColor = clInfoBk
  1187.     end
  1188.     item
  1189.       FontID = 69
  1190.       BlockID = 2
  1191.       Font.Charset = DEFAULT_CHARSET
  1192.       Font.Color = clTeal
  1193.       Font.Height = -13
  1194.       Font.Name = 'Courier New'
  1195.       Font.Style = []
  1196.       BackColor = clInfoBk
  1197.       UseDefBack = False
  1198.     end
  1199.     item
  1200.       FontID = 70
  1201.       BlockID = 2
  1202.       Font.Charset = DEFAULT_CHARSET
  1203.       Font.Color = clTeal
  1204.       Font.Height = -13
  1205.       Font.Name = 'Courier New'
  1206.       Font.Style = []
  1207.       BackColor = clInfoBk
  1208.       UseDefBack = False
  1209.     end
  1210.     item
  1211.       FontID = 10
  1212.       BlockID = 3
  1213.       Font.Charset = DEFAULT_CHARSET
  1214.       Font.Color = clGray
  1215.       Font.Height = -13
  1216.       Font.Name = 'Courier New'
  1217.       Font.Style = []
  1218.       BackColor = clInfoBk
  1219.       UseDefBack = False
  1220.     end
  1221.     item
  1222.       FontID = 11
  1223.       BlockID = 4
  1224.       Font.Charset = DEFAULT_CHARSET
  1225.       Font.Color = clBlack
  1226.       Font.Height = -13
  1227.       Font.Name = 'Courier New'
  1228.       Font.Style = [fsItalic]
  1229.       BackColor = 15658734
  1230.       UseDefBack = False
  1231.     end
  1232.     item
  1233.       FontID = 12
  1234.       BlockID = 4
  1235.       Font.Charset = DEFAULT_CHARSET
  1236.       Font.Color = clGray
  1237.       Font.Height = -13
  1238.       Font.Name = 'Courier New'
  1239.       Font.Style = [fsItalic]
  1240.       BackColor = 15658734
  1241.       UseDefBack = False
  1242.     end
  1243.     item
  1244.       FontID = 13
  1245.       BlockID = 4
  1246.       Font.Charset = DEFAULT_CHARSET
  1247.       Font.Color = clBlack
  1248.       Font.Height = -13
  1249.       Font.Name = 'Courier New'
  1250.       Font.Style = []
  1251.       BackColor = 15658734
  1252.       UseDefBack = False
  1253.     end
  1254.     item
  1255.       FontID = 19
  1256.       Font.Charset = DEFAULT_CHARSET
  1257.       Font.Color = clTeal
  1258.       Font.Height = -13
  1259.       Font.Name = 'Courier New'
  1260.       Font.Style = []
  1261.     end
  1262.     item
  1263.       FontID = 34
  1264.       BlockID = 2
  1265.       Font.Charset = DEFAULT_CHARSET
  1266.       Font.Color = clBlack
  1267.       Font.Height = -13
  1268.       Font.Name = 'Courier New'
  1269.       Font.Style = []
  1270.       BackColor = 15138815
  1271.       UseDefBack = False
  1272.     end
  1273.     item
  1274.       FontID = 35
  1275.       BlockID = 5
  1276.       Font.Charset = DEFAULT_CHARSET
  1277.       Font.Color = clTeal
  1278.       Font.Height = -13
  1279.       Font.Name = 'Courier New'
  1280.       Font.Style = [fsBold]
  1281.       BackColor = 15138815
  1282.       UseDefBack = False
  1283.     end
  1284.     item
  1285.       FontID = 36
  1286.       BlockID = 3
  1287.       Font.Charset = DEFAULT_CHARSET
  1288.       Font.Color = clBlack
  1289.       Font.Height = -13
  1290.       Font.Name = 'Courier New'
  1291.       Font.Style = []
  1292.       BackColor = 15138815
  1293.       UseDefBack = False
  1294.     end
  1295.     item
  1296.       FontID = 41
  1297.       BlockID = 1
  1298.       Font.Charset = DEFAULT_CHARSET
  1299.       Font.Color = clMaroon
  1300.       Font.Height = -13
  1301.       Font.Name = 'Courier New'
  1302.       Font.Style = []
  1303.     end
  1304.     item
  1305.       FontID = 4
  1306.       BlockID = 8
  1307.       Font.Charset = DEFAULT_CHARSET
  1308.       Font.Color = clBlue
  1309.       Font.Height = -13
  1310.       Font.Name = 'Courier New'
  1311.       Font.Style = []
  1312.       BackColor = clNone
  1313.     end
  1314.     item
  1315.       FontID = 5
  1316.       BlockID = 8
  1317.       Font.Charset = DEFAULT_CHARSET
  1318.       Font.Color = clRed
  1319.       Font.Height = -13
  1320.       Font.Name = 'Courier New'
  1321.       Font.Style = []
  1322.       BackColor = clNone
  1323.     end
  1324.     item
  1325.       FontID = 39
  1326.       BlockID = 1
  1327.       Font.Charset = DEFAULT_CHARSET
  1328.       Font.Color = clGreen
  1329.       Font.Height = -13
  1330.       Font.Name = 'Courier New'
  1331.       Font.Style = []
  1332.     end
  1333.     item
  1334.       FontID = 40
  1335.       BlockID = 1
  1336.       Font.Charset = DEFAULT_CHARSET
  1337.       Font.Color = clGreen
  1338.       Font.Height = -13
  1339.       Font.Name = 'Courier New'
  1340.       Font.Style = []
  1341.     end
  1342.     item
  1343.       FontID = 7
  1344.       BlockID = 5
  1345.       Font.Charset = DEFAULT_CHARSET
  1346.       Font.Color = clBlack
  1347.       Font.Height = -13
  1348.       Font.Name = 'Courier New'
  1349.       Font.Style = []
  1350.       BackColor = 15532031
  1351.     end
  1352.     item
  1353.       FontID = 8
  1354.       BlockID = 5
  1355.       Font.Charset = DEFAULT_CHARSET
  1356.       Font.Color = clBlack
  1357.       Font.Height = -13
  1358.       Font.Name = 'Courier New'
  1359.       Font.Style = []
  1360.       BackColor = 15532031
  1361.     end
  1362.     item
  1363.       FontID = 9
  1364.       BlockID = 8
  1365.       Font.Charset = DEFAULT_CHARSET
  1366.       Font.Color = 33023
  1367.       Font.Height = -13
  1368.       Font.Name = 'Courier New'
  1369.       Font.Style = []
  1370.       BackColor = clNone
  1371.     end
  1372.     item
  1373.       FontID = 20
  1374.       BlockID = 8
  1375.       Font.Charset = DEFAULT_CHARSET
  1376.       Font.Color = 33023
  1377.       Font.Height = -13
  1378.       Font.Name = 'Courier New'
  1379.       Font.Style = []
  1380.       BackColor = clNone
  1381.     end
  1382.     item
  1383.       FontID = 21
  1384.       BlockID = 8
  1385.       Font.Charset = DEFAULT_CHARSET
  1386.       Font.Color = clBlue
  1387.       Font.Height = -13
  1388.       Font.Name = 'Courier New'
  1389.       Font.Style = []
  1390.       BackColor = clNone
  1391.     end
  1392.     item
  1393.       FontID = 22
  1394.       BlockID = 8
  1395.       Font.Charset = DEFAULT_CHARSET
  1396.       Font.Color = 33023
  1397.       Font.Height = -13
  1398.       Font.Name = 'Courier New'
  1399.       Font.Style = []
  1400.       BackColor = clNone
  1401.     end
  1402.     item
  1403.       FontID = 23
  1404.       BlockID = 8
  1405.       Font.Charset = DEFAULT_CHARSET
  1406.       Font.Color = clBlue
  1407.       Font.Height = -13
  1408.       Font.Name = 'Courier New'
  1409.       Font.Style = []
  1410.       BackColor = clNone
  1411.     end
  1412.     item
  1413.       FontID = 32
  1414.       BlockID = 8
  1415.       Font.Charset = DEFAULT_CHARSET
  1416.       Font.Color = clBlue
  1417.       Font.Height = -13
  1418.       Font.Name = 'Courier New'
  1419.       Font.Style = []
  1420.       BackColor = clNone
  1421.     end
  1422.     item
  1423.       FontID = 33
  1424.       BlockID = 8
  1425.       Font.Charset = DEFAULT_CHARSET
  1426.       Font.Color = clBlue
  1427.       Font.Height = -13
  1428.       Font.Name = 'Courier New'
  1429.       Font.Style = []
  1430.       BackColor = clNone
  1431.     end
  1432.     item
  1433.       FontID = 37
  1434.       BlockID = 8
  1435.       Font.Charset = DEFAULT_CHARSET
  1436.       Font.Color = clGreen
  1437.       Font.Height = -13
  1438.       Font.Name = 'Courier New'
  1439.       Font.Style = []
  1440.       BackColor = clNone
  1441.     end
  1442.     item
  1443.       FontID = 38
  1444.       BlockID = 8
  1445.       Font.Charset = DEFAULT_CHARSET
  1446.       Font.Color = clRed
  1447.       Font.Height = -13
  1448.       Font.Name = 'Courier New'
  1449.       Font.Style = []
  1450.       BackColor = clNone
  1451.     end
  1452.     item
  1453.       FontID = 42
  1454.       BlockID = 8
  1455.       Font.Charset = DEFAULT_CHARSET
  1456.       Font.Color = clGreen
  1457.       Font.Height = -13
  1458.       Font.Name = 'Courier New'
  1459.       Font.Style = []
  1460.       BackColor = clNone
  1461.     end
  1462.     item
  1463.       FontID = 43
  1464.       GlobalAttrID = 'String'
  1465.       BlockID = 8
  1466.       Font.Charset = DEFAULT_CHARSET
  1467.       Font.Color = clRed
  1468.       Font.Height = -13
  1469.       Font.Name = 'Courier New'
  1470.       Font.Style = []
  1471.       BackColor = clNone
  1472.     end
  1473.     item
  1474.       FontID = 44
  1475.       GlobalAttrID = 'String'
  1476.       BlockID = 8
  1477.       Font.Charset = DEFAULT_CHARSET
  1478.       Font.Color = clRed
  1479.       Font.Height = -13
  1480.       Font.Name = 'Courier New'
  1481.       Font.Style = []
  1482.       BackColor = clNone
  1483.     end
  1484.     item
  1485.       FontID = 45
  1486.       BlockID = 8
  1487.       Font.Charset = DEFAULT_CHARSET
  1488.       Font.Color = clGreen
  1489.       Font.Height = -13
  1490.       Font.Name = 'Courier New'
  1491.       Font.Style = []
  1492.       BackColor = clNone
  1493.     end>
  1494.   P.SyntaxVersion = 3
  1495. end
  1496.